Welcome![Sign In][Sign Up]
Location:
Search - Elliptic Curve Cryptography java

Search list

[MPIECCFp

Description: 椭圆加密,实现了通过椭圆曲线实现加密,生成密钥对等。-elliptical encryption, achieved through the realization of elliptic curve cryptography, generating key pairs, and so on.
Platform: | Size: 2048 | Author: 随风 | Hits:

[CA authecc

Description: ecc,利用java实现是我从别的论坛找的。经过测试没有问题。-ecc, using java to achieve is what I looking for from other forums. Tested, no problem.
Platform: | Size: 1024 | Author: 杨方宇 | Hits:

[Crack HackECC

Description: 主要针对现有的椭圆曲线密码体制密码域算数算法在实现上强度不易扩展的问题设计适用于不同椭圆曲线密码强度的域算术算法-Mainly for the existing password Elliptic Curve Cryptography algorithm domain counts difficult to realize the intensity of the issue of expansion of the design applied to different intensity of Elliptic Curve Cryptography domain arithmetic algorithm
Platform: | Size: 3524608 | Author: | Hits:

[Windows DevelopCryptoSystem

Description: Elliptic curve cryptography system implemented in java
Platform: | Size: 1024 | Author: vikhyath_4u | Hits:

[Crack HackEllipticCurves_e

Description: Source code of elliptic curve cryptography
Platform: | Size: 3072 | Author: harish | Hits:

[Crack Hacksm2java

Description: 椭圆曲线加密算法的java语言的实现,适合密码学初学者-Java elliptic curve encryption algorithm implementation language, suitable for beginners cryptography
Platform: | Size: 7168 | Author: 余望星 | Hits:

[Crack HackEC

Description: Elliptic curve Cryptography implementation using the Java. Here I used Elliptical curve, point, key generation in the program.
Platform: | Size: 28672 | Author: Arun | Hits:

[Windows Developjjeccc-alpha1a

Description: java写的椭圆曲线加密(EECC)算法源码 -Elliptic Curve Cryptography (EECC) algorithm source code written in java
Platform: | Size: 55296 | Author: nanyi5452 | Hits:

[OS programsrc

Description: 实习三 基于RSA的公钥加密 一、实习目的 1、 理解公钥密码算法,熟悉常有的密码算法:RSA、椭圆曲线密码体制 2、 以RSA加密算法为例,掌握公钥密码算法加解密过程的实现。 二、实习内容 以RSA为例,利用java中的相关类实现对指定字符串的加解密。 1、 生成公钥密钥对 (1)利用java中的KeypairGenerator类创建公钥密钥对,利用KeypairGenerator的静态方法getInstance()获得KeypairGenerator类型的对象,所需参数为加密算法的名称RSA。 KeyPairGenerator kpg = KeyPairGenerator.getInstance("RSA") (2)利用KeyPairGenerator类的genKeyPair()方法返回生成的密钥对: KeyPair kp = kpg.genKeyPair() (3)返回此密钥对的公钥组件的引用和私钥组件的引用 PublicKey pbkey = kp.getPublic() PrivateKey prkey = kp.getPrivate() (4)将生成的公钥写入文件Skey_RSA_pub.dat FileOutputStream f1 = new FileOutputStream("Skey_RSA_pub.dat") ObjectOutputStream b1 = new ObjectOutputStream(f1) b1.writeObject(pbkey) 用同样的方法将私钥写入文件Skey_RSA_pri.dat -Internship RSA public key encryption based on three An internship purpose An understanding of public key cryptography algorithm, familiar with common cryptographic algorithms: RSA, elliptic curve cryptography 2, RSA encryption algorithm, for example, public key cryptography algorithm to achieve master encryption and decryption process. Second, the practical content In RSA, for example, the use of java in the relevant class implements the specified string encryption and decryption. 1, generates a public key pair (1) the use of java class in KeypairGenerator create a public key pair using KeypairGenerator static method getInstance () to get the object KeypairGenerator type parameters required for the encryption algorithm name RSA. KeyPairGenerator kpg = KeyPairGenerator.getInstance ("RSA") (2) the use of genKeyPair KeyPairGenerator class () method returns the generated key pair: KeyPair kp = kpg.genKeyPair () References (3) Returns the public key component of this key an
Platform: | Size: 2048 | Author: 杨平 | Hits:

[JSP/Javasrc

Description: 实习三 基于RSA的公钥加密 一、实习目的 1.理解公钥密码算法,熟悉常用密码算法:RSA、椭圆曲线密码体制; 2.以RSA加密算法为例,掌握公钥密码算法加解密过程的实现。 二、实现要求 1.实习前认真预习第6章的有关内容; 2.熟悉java中java.security.*和java.crypto.* 中相关类。 三、实习内容 -Practice three based on the RSA public key encryption 一、实习目的 One, the purpose of internship 1.理解公钥密码算法,熟悉常用密码算法:RSA、椭圆曲线密码体制; 1 understand the public key cryptography, familiar with the commonly used cryptographic algorithms: RSA, elliptic curve cryptosystem 2.以RSA加密算法为例,掌握公钥密码算法加解密过程的实现。 2 to the RSA encryption algorithm as an example, to grasp the implementation of public key cryptography algorithm encryption and decryption process. 二、实现要求 Two, the implementation requirements 1.实习前认真预习第6章的有关内容; 1 practice about the content of the sixth chapter carefully before the preview 2.熟悉java中java.security.*和java.crypto.* 中相关类。 2 familiar with the relevant class of java.security.* and java.crypto.* in java. 三、实习内容 Three, practice content
Platform: | Size: 6144 | Author: leon | Hits:

[JSP/Javaecc_java_implement

Description: ecc算法java实现,用JAVA实现算法加密和解密,密文有base64编码或16位字符串格式2种。-An implementation of Elliptic Curve Cryptography
Platform: | Size: 12288 | Author: cky | Hits:

CodeBus www.codebus.net